CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - sharp CSharp
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - sharp CSharp - List
[
Books
]
精通CSharp简体中文版(PDF)
DL : 0
Date
: 2025-07-03
Size
: 1.2mb
User
:
王青
[
Books
]
Sybex - CSharp Network Programming
DL : 0
C# Network Programming by Richard Blum ISBN:0782141765 Sybex ?2003 (647 pages) This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language抯 network classes, the Winsock interface, and DNS resolution.-C# Network Programming by Richard Blum ISBN:0782141765 Sybex? 2,003 (647 pages) This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language 鈻
Date
: 2025-07-03
Size
: 6.14mb
User
:
cag
[
Books
]
CSharp语言参考
DL : 0
CSharp语言参考-CSharp Language Reference
Date
: 2025-07-03
Size
: 326kb
User
:
汪大崴
[
Books
]
Wrox.Professional.C.Sharp.3rd.Edition
DL : 0
Wrox Professional CSharp 3rd Edition
Date
: 2025-07-03
Size
: 9.14mb
User
:
[
CSharp
]
显示字体(Csharp)
DL : 0
显示windows字体的一个C sharp源程序-windows fonts showed a sharp C source
Date
: 2025-07-03
Size
: 37kb
User
:
要地地地
[
Windows Develop
]
CSharp Change Desktop
DL : 0
C Sharp中改变显示器的分辨率-C Sharp change the display resolution
Date
: 2025-07-03
Size
: 6kb
User
:
谈伟
[
GIS program
]
csharp+MapObjects
DL : 0
利用VC sharp 和 MapObjects 编写的基本功能-VC sharp and MapObjects prepared the basic functions
Date
: 2025-07-03
Size
: 112kb
User
:
heyou
[
CSharp
]
APress - A Programmers Guide to ADO.NET in C sharp
DL : 0
APress - A Programmers Guide to ADO.NET in C sharp - Source Code 使用c#数据库编程-bill-A Programmers Guide to ADO.NET in C sharp-Source Code to use c# Database Programming
Date
: 2025-07-03
Size
: 2.24mb
User
:
吴志刚
[
Books
]
Csharp程序员参考手册
DL : 0
关于c#编程的书籍,贡献给大家。这本书里对c#编程的方方面面都讲的比较清楚,可以看看。-c# programming on the books, contributed to the public. This book on c# in all aspects of programming for the more clearly can see.
Date
: 2025-07-03
Size
: 11.61mb
User
:
峰峰
[
Windows Develop
]
Csharp专业项目实例开发配套源代码
DL : 0
中国水利水电出版社出版的书籍《Csharp专业项目实例开发》配套的源代码 -China Water Conservancy and Hydropower published books "Csharp examples of professional development project" complementary source code
Date
: 2025-07-03
Size
: 1.33mb
User
:
斯多夫
[
CSharp
]
Visual C sharp程序设计应用教程电子讲稿
DL : 0
c sharp 的电子教案 交通大学的 比较基础 格式是powerpoint的 其他没什么要求-electronic templates University basis of comparison powerpoint format is no other requirement
Date
: 2025-07-03
Size
: 3mb
User
:
小静
[
CSharp
]
c sharp大学教程部分经典源码
DL : 0
c sharp 大学教程里的事例 太大了 选了好的上传 书很贵的 呵呵 源代码格式-University Guide's great examples of the election to a good book upload expensive Oh source code format
Date
: 2025-07-03
Size
: 2.85mb
User
:
小静
[
Windows Develop
]
面向对象开发实践之路-C-Sharp
DL : 0
李维新书,面向对象开发实践之路-CSharp版源代码-book, object-oriented development practice road-CSharp version of the source code
Date
: 2025-07-03
Size
: 3.41mb
User
:
徐灵奇
[
Books
]
visualcsharp2005adevelopersnotebook
DL : 0
这是一个visual c sharp 2005 a developers notebook的电子书籍-This a visual c 2005 a sharp developers noteb ook electronic books
Date
: 2025-07-03
Size
: 4.67mb
User
:
terry
[
Other resource
]
DBSCAN-csharp
DL : 0
程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Date
: 2025-07-03
Size
: 26kb
User
:
Huang Yi
[
VC/MFC
]
Oreilly.Programming.C.Sharp.4th.edition
DL : 0
Oreilly.Programming.C.Sharp.4th.edition,chm格式计算机原版英文书,解压即可!-Oreilly.Programming.C.Sharp.4th.edit ion, chm format computer original English books, can be unpacked!
Date
: 2025-07-03
Size
: 3.61mb
User
:
hotice
[
Other
]
CSharpshenruqianchuquanjiechu(chm)
DL : 0
C Sharp 深入浅出全接触,chm格式。版权(青苹果工作室)-C Sharp simple Keys, chm format. Copyright (Green Apple Studios)
Date
: 2025-07-03
Size
: 399kb
User
:
张智伟
[
Printing program
]
DataGridViewClass-csharp
DL : 0
datagridview类,在c sharp中引用即可实现datagridview的打印及打印预览功能。-datagridview category, in c sharp cited can be realized datagridview Print and Print Preview function.
Date
: 2025-07-03
Size
: 550kb
User
:
段岸平
[
Other
]
Csharp
DL : 0
C sharp完全手册中文版电子书 ..不错的书籍来的-C sharp complete the Chinese version of the manual e-book .. good books to the
Date
: 2025-07-03
Size
: 1.2mb
User
:
小江
[
CSharp
]
interview_ACCESS_DATABASE(csharp)
DL : 0
使用visual studio 2008(c sharp)实现ACCESS数据库的访问,使用控件实现,条理清晰!-Using visual studio 2008 (c sharp) to achieve access ACCESS database, use the controls to achieve, the clarity!
Date
: 2025-07-03
Size
: 63kb
User
:
li
«
1
2
3
4
5
6
7
8
9
10
...
21
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.